-
Notifications
You must be signed in to change notification settings - Fork 16.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
community[patch]: Fix HuggingFace LLM to not repeat the prompt as part of the result #17363
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
@calvinweb this looks like a breaking change, but also a fix for incorrect behavior. Any chance you could include a pr summary that explains the before and after of this change? |
It is now included in the comment |
Fix typo -- parameter was being passed twice. Ready to merge as long as unit-tests pass |
cc @aymeric-roucher believe #17254 also addresses this correct? |
Yes it does @baskaryan! |
Since it is merged, should this issue close? |
Closing since PR was addressed already |
Description: Let huggingface llm don't repeat prompt
Issue: #16972
Break changes: It changes the llm
Huggingface
's behavior: